home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO -----------------------------------------------------------------
- ECHO This Batch file will send the file AUTOMENU.DOC to your printer
- ECHO -----------------------------------------------------------------
- ECHO .
- ECHO Please make sure your printer is on-line and set to TOP OF FORM.
- ECHO .
- ECHO This documentation will take about 80 pages to print, if you do not
- ECHO wish to print the documentation at this time, hold down the [Ctrl] key
- ECHO and press the [Break] key.
- ECHO .
- ECHO Otherwise, the printing will begin as soon as you
- PAUSE
- CLS
- ECHO Now printing Read Me file to printer with last minute information
- ECHO about AUTOMENU ......
- COPY READ.ME PRN: >NUL
- ECHO .
- ECHO .
- ECHO Now printing Documentation for AUTOMENU ......
- COPY AUTOMENU.DOC PRN: >NUL
- CLS
- ECHO .
- ECHO .
- ECHO .
- ECHO .
- ECHO .
- ECHO .
- ECHO AUTOMENU Documentation has been printed.
- ECHO .
- ECHO .
- ECHO .
- ECHO .
- ECHO .
- ECHO .
- ECHO Thank you for evaluating AUTOMENU and supporting the SHAREWARE Way!
- ECHO .
- ECHO .
- ECHO .
- ECHO .
- ECHO End of file PRINTDOC.BAT - Returning to DOS . . . . . . .